go/ast.TypeSwitchStmt.Switch (field)
3 uses
go/ast (current package)
ast.go#L734: Switch token.Pos // position of "switch" keyword
ast.go#L793: func (s *TypeSwitchStmt) Pos() token.Pos { return s.Switch }
go/parser
parser.go#L2265: return &ast.TypeSwitchStmt{Switch: pos, Init: s1, Assign: s2, Body: body}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)